createNotificationChannelsCompat
open fun createNotificationChannelsCompat(@NonNull channels: List<NotificationChannelCompat>)(source)
Creates multiple notification channels that different notifications can be posted to. See createNotificationChannel. It doesn't do anything on older SDKs which don't support Notification Channels.
Parameters
channels
the list of channels to attempt to create.